home *** CD-ROM | disk | FTP | other *** search
/ The Guided Tour of Multimedia (Second Edition) / The Guided Tour of Multimedia (Second Edition).iso / trials / director / evalcopy / director.z / WIDGET.RC < prev    next >
Text File  |  1994-06-02  |  1KB  |  32 lines

  1. /*****************************************************************************
  2.  
  3.                            Macromedia Widget XObject
  4.                          Resource File for XMethTable
  5.                                        
  6.                          (c) Copyright 1993 Macromedia
  7.                               All Rights Reserved
  8.  
  9.  *****************************************************************************/
  10.  
  11. #include <windows.h>
  12.  
  13. XMethTable RCDATA
  14. BEGIN
  15.     "-- Widget External Factory. 16Feb93 PTM\0",
  16.     "Widget\0",
  17.     "I      mNew                --Creates a new instance of the XObject\0", 
  18.     "X      mDispose            --Disposes of XObject instance\0",
  19.     "S      mName               --Returns the XObject name (Widget)\0",
  20.     "I      mStatus             --Returns an integer status code\0",
  21.     "SI     mError, code        --Returns an error string\0",
  22.     "S      mLastError          --Returns last error string\0",
  23.     "III    mAdd, arg1, arg2    --Returns arg1+arg2\0",
  24.     "SSI    mFirst, str, nchars --Return the first nchars of string str\0",
  25.     "V      mMul, f1, f2        --Returns f1*f2 as floating point\0",
  26.     "X      mGlobals            --Sample code to Read & Modify globals\0",
  27.     "X      mSymbols            --Sample code to work with Symbols\0",
  28.     "X      mSendPerform        --Sample code to show SendPerform call\0",
  29.     "X      mFactory            --Sample code to find Factory objects\0",
  30.     "\0\0"
  31. END
  32.